home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Info / TeachU14 / SAMS / Code / Day06 / second.dfm / second.txt < prev   
Encoding:
Text File  |  1998-02-08  |  579 b   |  28 lines

  1. object SecondForm: TSecondForm
  2.   Left = 349
  3.   Top = 207
  4.   BorderStyle = bsDialog
  5.   Caption = 'A Second Form'
  6.   ClientHeight = 149
  7.   ClientWidth = 262
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 18
  17.     Top = 54
  18.     Width = 225
  19.     Height = 24
  20.     Caption = 'This is the second form.'
  21.     Font.Color = clMaroon
  22.     Font.Height = -21
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27. end
  28.